automatic removing of invalid spaces in file names
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 23 Jan 2025 21:17:52 +0000 (22:17 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 19 Feb 2025 13:12:36 +0000 (13:12 +0000)
commit7a7edd69ef37a69f1f06dc732c2df6b9e974556f
treecbc528e1c70f768570317b4411978aaa87fd1ee8
parent2b17a1045731165d87bc3646f96d9588cb335732
automatic removing of invalid spaces in file names

to ensure compatibility with Widnows, we will remove automatically the
leading space characters in file name of new files or folders

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/discovery.cpp
src/libsync/discovery.h
src/libsync/discoveryphase.h
src/libsync/syncengine.cpp
src/libsync/syncengine.h
test/testsyncengine.cpp